Return

Edit Resource: ResourceTagNames

Description

The ResourceTagNames attribute under EditResource allows you to add the resource to different resource tags. If the tag doesn't exist, one will be created.

Parameters

Parameter Description
ResourceTagNames A string of text of the names of the tags that the given resource should be placed in.

Examples

The resource FUSE is placed in two tags, the tags named 'Satellite' and 'Ops'.

PATCH api/resource/FUSE

Body:

{

"ResourceTagNames" : ["Satellite","Ops"]

}